github.com/klauspost/compress/internal/snapref.Reader.readFull (method)
7 uses
github.com/klauspost/compress/internal/snapref (current package)
decode.go#L111: func (r *Reader) readFull(p []byte, allowEOF bool) (ok bool) {
decode.go#L123: if !r.readFull(r.buf[:4], true) {
decode.go#L150: if !r.readFull(buf, false) {
decode.go#L183: if !r.readFull(buf, false) {
decode.go#L193: if !r.readFull(r.decoded[:n], false) {
decode.go#L209: if !r.readFull(r.buf[:len(magicBody)], false) {
decode.go#L228: if !r.readFull(r.buf[:chunkLen], false) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |